lcEntExplode Home

Decomposes the specified entitiy to less complex entities.

 BOOL lcEntExplode (
   HANDLE hEntity,
   BOOL bSelect,
   BOOL bErase
 );

Parameters
hEntity
  Handle to a graphic object.
bSelect
  If TRUE then the derived objects will be added into selection set.
bErase
  If TRUE then the original entity (hEnt) will be deleted.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcBlockSelExplode